home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Indigo / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  976 b   |  86 lines

  1. BODY
  2. {
  3.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  4.     font-size : small;
  5.     color : rgb(0,51,153);
  6.     background-color : rgb(247,217,248);
  7.     background-image : none
  8. }
  9.  
  10. A:active
  11. {
  12.     color : rgb(128,0,128)
  13. }
  14.  
  15. A:link
  16. {
  17.     color : rgb(128,0,128)
  18. }
  19.  
  20. UL
  21. {
  22.     font-size : 0.8em;
  23.     color : rgb(255,102,51)
  24. }
  25.  
  26. A:visited
  27. {
  28.     color : rgb(128,0,128)
  29. }
  30.  
  31. .TextObject
  32. {
  33.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  34.     font-size : 0.8em;
  35.     letter-spacing : 0.2em
  36. }
  37.  
  38. H1
  39. {
  40.     text-decoration : underline
  41. }
  42.  
  43. H2
  44. {
  45.     text-decoration : underline
  46. }
  47.  
  48. P
  49. {
  50.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  51.     font-size : 0.8em;
  52.     letter-spacing : 0.2em
  53. }
  54.  
  55. H3
  56. {
  57.     text-decoration : underline
  58. }
  59.  
  60. OL
  61. {
  62.     font-size : 0.8em;
  63.     color : rgb(255,102,51)
  64. }
  65.  
  66. H4
  67. {
  68.     text-decoration : underline
  69. }
  70.  
  71. H5
  72. {
  73.     text-decoration : underline
  74. }
  75.  
  76. H6
  77. {
  78.     text-decoration : underline
  79. }
  80.  
  81. A:hover
  82. {
  83.     color : rgb(255,0,0)
  84. }
  85.  
  86.